import { RecyclingMeta } from '@/types/locatorApi'; export interface HomeCollectionLoaderResponse { tip?: Promise; } export default function homeCollectionLoader(): { tip: Promise; };